powered by
Read a file as a Filebacked Big Matrix.
read.fbm(file, select)
The File to read.
Indices of columns to read (sorted). The length of select will be the number of columns of the resulting FBM.
A Filebacked Big Matrix object.
The functions read a file as a Filebacked Big Matrix object. For more information see the "bigstatsr" package.
vmf, kent.mle
# NOT RUN { dataset <- matrix( runif(100 * 50, 1, 100), ncol = 50 ) write.csv(dataset, "dataset.csv") a <- read.fbm("dataset.csv", select = 1:50) # }
Run the code above in your browser using DataLab